func github.com/andybalholm/brotli.buildAndStoreBlockSplitCode

2 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L1031: func buildAndStoreBlockSplitCode(types []byte, lengths []uint32, num_blocks uint, num_types uint, tree []huffmanTree, code *blockSplitCode, storage_ix *uint, storage []byte) {
		brotli_bit_stream.go#L1155: 	buildAndStoreBlockSplitCode(self.block_types_, self.block_lengths_, self.num_blocks_, self.num_block_types_, tree, &self.block_split_code_, storage_ix, storage)